home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / vol16n12.zip / IPC.ZIP / PCLIENT.ZIP / PCLIENT.RC < prev    next >
Text File  |  1997-02-11  |  5KB  |  177 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\PClient.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""afxres.rc""         // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\PClient.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_PCLIENT_DIALOG DIALOGEX 0, 0, 185, 65
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  77. EXSTYLE WS_EX_APPWINDOW
  78. CAPTION "Pipe Client"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     CONTROL         "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
  82.                     12,12,160,12
  83.     LTEXT           "&Server",IDC_STATIC,12,41,24,8
  84.     EDITTEXT        IDC_SERVER,40,36,72,16,ES_AUTOHSCROLL
  85.     PUSHBUTTON      "&Connect",IDC_CONNECT,124,36,48,16,WS_DISABLED | 
  86.                     WS_GROUP
  87. END
  88.  
  89.  
  90. #ifndef _MAC
  91. /////////////////////////////////////////////////////////////////////////////
  92. //
  93. // Version
  94. //
  95.  
  96. VS_VERSION_INFO VERSIONINFO
  97.  FILEVERSION 1,0,0,1
  98.  PRODUCTVERSION 1,0,0,1
  99.  FILEFLAGSMASK 0x3fL
  100. #ifdef _DEBUG
  101.  FILEFLAGS 0x1L
  102. #else
  103.  FILEFLAGS 0x0L
  104. #endif
  105.  FILEOS 0x4L
  106.  FILETYPE 0x1L
  107.  FILESUBTYPE 0x0L
  108. BEGIN
  109.     BLOCK "StringFileInfo"
  110.     BEGIN
  111.         BLOCK "040904B0"
  112.         BEGIN
  113.             VALUE "CompanyName", "\0"
  114.             VALUE "FileDescription", "PCLIENT MFC Application\0"
  115.             VALUE "FileVersion", "1, 0, 0, 1\0"
  116.             VALUE "InternalName", "PCLIENT\0"
  117.             VALUE "LegalCopyright", "Copyright ⌐ 1997\0"
  118.             VALUE "LegalTrademarks", "\0"
  119.             VALUE "OriginalFilename", "PCLIENT.EXE\0"
  120.             VALUE "ProductName", "PCLIENT Application\0"
  121.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  122.         END
  123.     END
  124.     BLOCK "VarFileInfo"
  125.     BEGIN
  126.         VALUE "Translation", 0x409, 1200
  127.     END
  128. END
  129.  
  130. #endif    // !_MAC
  131.  
  132.  
  133. /////////////////////////////////////////////////////////////////////////////
  134. //
  135. // DESIGNINFO
  136. //
  137.  
  138. #ifdef APSTUDIO_INVOKED
  139. GUIDELINES DESIGNINFO DISCARDABLE 
  140. BEGIN
  141.     IDD_PCLIENT_DIALOG, DIALOG
  142.     BEGIN
  143.         LEFTMARGIN, 7
  144.         RIGHTMARGIN, 178
  145.         TOPMARGIN, 7
  146.         BOTTOMMARGIN, 58
  147.     END
  148. END
  149. #endif    // APSTUDIO_INVOKED
  150.  
  151. #endif    // English (U.S.) resources
  152. /////////////////////////////////////////////////////////////////////////////
  153.  
  154.  
  155.  
  156. #ifndef APSTUDIO_INVOKED
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Generated from the TEXTINCLUDE 3 resource.
  160. //
  161. #define _AFX_NO_SPLITTER_RESOURCES
  162. #define _AFX_NO_OLE_RESOURCES
  163. #define _AFX_NO_TRACKER_RESOURCES
  164. #define _AFX_NO_PROPERTY_RESOURCES
  165.  
  166. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  167. #ifdef _WIN32
  168. LANGUAGE 9, 1
  169. #pragma code_page(1252)
  170. #endif
  171. #include "res\PClient.rc2"  // non-Microsoft Visual C++ edited resources
  172. #include "afxres.rc"         // Standard components
  173. #endif
  174. /////////////////////////////////////////////////////////////////////////////
  175. #endif    // not APSTUDIO_INVOKED
  176.  
  177.